3.11 \(\int \frac {\cos (x)}{a+b \sin (x)+c \sin ^2(x)} \, dx\)

Optimal. Leaf size=35 \[ -\frac {2 \tanh ^{-1}\left (\frac {b+2 c \sin (x)}{\sqrt {b^2-4 a c}}\right )}{\sqrt {b^2-4 a c}} \]

[Out]

-2*arctanh((b+2*c*sin(x))/(-4*a*c+b^2)^(1/2))/(-4*a*c+b^2)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 35, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.176, Rules used = {3258, 618, 206} \[ -\frac {2 \tanh ^{-1}\left (\frac {b+2 c \sin (x)}{\sqrt {b^2-4 a c}}\right )}{\sqrt {b^2-4 a c}} \]

Antiderivative was successfully verified.

[In]

Int[Cos[x]/(a + b*Sin[x] + c*Sin[x]^2),x]

[Out]

(-2*ArcTanh[(b + 2*c*Sin[x])/Sqrt[b^2 - 4*a*c]])/Sqrt[b^2 - 4*a*c]

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 618

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> Dist[-2, Subst[Int[1/Simp[b^2 - 4*a*c - x^2, x], x]
, x, b + 2*c*x], x] /; FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 3258

Int[cos[(d_.) + (e_.)*(x_)]^(m_.)*((a_.) + (b_.)*((f_.)*sin[(d_.) + (e_.)*(x_)])^(n_.) + (c_.)*((f_.)*sin[(d_.
) + (e_.)*(x_)])^(n2_.))^(p_.), x_Symbol] :> Module[{g = FreeFactors[Sin[d + e*x], x]}, Dist[g/e, Subst[Int[(1
 - g^2*x^2)^((m - 1)/2)*(a + b*(f*g*x)^n + c*(f*g*x)^(2*n))^p, x], x, Sin[d + e*x]/g], x]] /; FreeQ[{a, b, c,
d, e, f, n, p}, x] && EqQ[n2, 2*n] && IntegerQ[(m - 1)/2]

Rubi steps

\begin {align*} \int \frac {\cos (x)}{a+b \sin (x)+c \sin ^2(x)} \, dx &=\operatorname {Subst}\left (\int \frac {1}{a+b x+c x^2} \, dx,x,\sin (x)\right )\\ &=-\left (2 \operatorname {Subst}\left (\int \frac {1}{b^2-4 a c-x^2} \, dx,x,b+2 c \sin (x)\right )\right )\\ &=-\frac {2 \tanh ^{-1}\left (\frac {b+2 c \sin (x)}{\sqrt {b^2-4 a c}}\right )}{\sqrt {b^2-4 a c}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 35, normalized size = 1.00 \[ -\frac {2 \tanh ^{-1}\left (\frac {b+2 c \sin (x)}{\sqrt {b^2-4 a c}}\right )}{\sqrt {b^2-4 a c}} \]

Antiderivative was successfully verified.

[In]

Integrate[Cos[x]/(a + b*Sin[x] + c*Sin[x]^2),x]

[Out]

(-2*ArcTanh[(b + 2*c*Sin[x])/Sqrt[b^2 - 4*a*c]])/Sqrt[b^2 - 4*a*c]

________________________________________________________________________________________

fricas [A]  time = 0.71, size = 139, normalized size = 3.97 \[ \left [\frac {\log \left (-\frac {2 \, c^{2} \cos \relax (x)^{2} - 2 \, b c \sin \relax (x) - b^{2} + 2 \, a c - 2 \, c^{2} + \sqrt {b^{2} - 4 \, a c} {\left (2 \, c \sin \relax (x) + b\right )}}{c \cos \relax (x)^{2} - b \sin \relax (x) - a - c}\right )}{\sqrt {b^{2} - 4 \, a c}}, -\frac {2 \, \sqrt {-b^{2} + 4 \, a c} \arctan \left (-\frac {\sqrt {-b^{2} + 4 \, a c} {\left (2 \, c \sin \relax (x) + b\right )}}{b^{2} - 4 \, a c}\right )}{b^{2} - 4 \, a c}\right ] \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)/(a+b*sin(x)+c*sin(x)^2),x, algorithm="fricas")

[Out]

[log(-(2*c^2*cos(x)^2 - 2*b*c*sin(x) - b^2 + 2*a*c - 2*c^2 + sqrt(b^2 - 4*a*c)*(2*c*sin(x) + b))/(c*cos(x)^2 -
 b*sin(x) - a - c))/sqrt(b^2 - 4*a*c), -2*sqrt(-b^2 + 4*a*c)*arctan(-sqrt(-b^2 + 4*a*c)*(2*c*sin(x) + b)/(b^2
- 4*a*c))/(b^2 - 4*a*c)]

________________________________________________________________________________________

giac [A]  time = 0.13, size = 35, normalized size = 1.00 \[ \frac {2 \, \arctan \left (\frac {2 \, c \sin \relax (x) + b}{\sqrt {-b^{2} + 4 \, a c}}\right )}{\sqrt {-b^{2} + 4 \, a c}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)/(a+b*sin(x)+c*sin(x)^2),x, algorithm="giac")

[Out]

2*arctan((2*c*sin(x) + b)/sqrt(-b^2 + 4*a*c))/sqrt(-b^2 + 4*a*c)

________________________________________________________________________________________

maple [A]  time = 0.21, size = 36, normalized size = 1.03 \[ \frac {2 \arctan \left (\frac {b +2 c \sin \relax (x )}{\sqrt {4 c a -b^{2}}}\right )}{\sqrt {4 c a -b^{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(x)/(a+b*sin(x)+c*sin(x)^2),x)

[Out]

2/(4*a*c-b^2)^(1/2)*arctan((b+2*c*sin(x))/(4*a*c-b^2)^(1/2))

________________________________________________________________________________________

maxima [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: ValueError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)/(a+b*sin(x)+c*sin(x)^2),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` f
or more details)Is 4*a*c-b^2 positive or negative?

________________________________________________________________________________________

mupad [B]  time = 15.07, size = 47, normalized size = 1.34 \[ \frac {2\,\mathrm {atan}\left (\frac {b}{\sqrt {4\,a\,c-b^2}}+\frac {2\,c\,\sin \relax (x)}{\sqrt {4\,a\,c-b^2}}\right )}{\sqrt {4\,a\,c-b^2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(x)/(a + c*sin(x)^2 + b*sin(x)),x)

[Out]

(2*atan(b/(4*a*c - b^2)^(1/2) + (2*c*sin(x))/(4*a*c - b^2)^(1/2)))/(4*a*c - b^2)^(1/2)

________________________________________________________________________________________

sympy [A]  time = 7.23, size = 99, normalized size = 2.83 \[ \begin {cases} \frac {\log {\left (\frac {a}{b} + \sin {\relax (x )} \right )}}{b} & \text {for}\: c = 0 \\- \frac {2}{b + 2 c \sin {\relax (x )}} & \text {for}\: a = \frac {b^{2}}{4 c} \\\frac {\log {\left (\frac {b}{2 c} + \sin {\relax (x )} - \frac {\sqrt {- 4 a c + b^{2}}}{2 c} \right )}}{\sqrt {- 4 a c + b^{2}}} - \frac {\log {\left (\frac {b}{2 c} + \sin {\relax (x )} + \frac {\sqrt {- 4 a c + b^{2}}}{2 c} \right )}}{\sqrt {- 4 a c + b^{2}}} & \text {otherwise} \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)/(a+b*sin(x)+c*sin(x)**2),x)

[Out]

Piecewise((log(a/b + sin(x))/b, Eq(c, 0)), (-2/(b + 2*c*sin(x)), Eq(a, b**2/(4*c))), (log(b/(2*c) + sin(x) - s
qrt(-4*a*c + b**2)/(2*c))/sqrt(-4*a*c + b**2) - log(b/(2*c) + sin(x) + sqrt(-4*a*c + b**2)/(2*c))/sqrt(-4*a*c
+ b**2), True))

________________________________________________________________________________________